summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2022-09-10 19:57:19 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2022-09-11 01:56:06 +0200
commit1694c55d62d44730d760371d1bf2559de1b191dd (patch)
tree96d7cde870121138483e5928400ce607ed5f9402
parentyuzu: Multiple room UI improvements (diff)
downloadyuzu-1694c55d62d44730d760371d1bf2559de1b191dd.tar
yuzu-1694c55d62d44730d760371d1bf2559de1b191dd.tar.gz
yuzu-1694c55d62d44730d760371d1bf2559de1b191dd.tar.bz2
yuzu-1694c55d62d44730d760371d1bf2559de1b191dd.tar.lz
yuzu-1694c55d62d44730d760371d1bf2559de1b191dd.tar.xz
yuzu-1694c55d62d44730d760371d1bf2559de1b191dd.tar.zst
yuzu-1694c55d62d44730d760371d1bf2559de1b191dd.zip
-rw-r--r--src/yuzu/multiplayer/lobby_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/multiplayer/lobby_p.h b/src/yuzu/multiplayer/lobby_p.h
index 8b1707506..068c95aca 100644
--- a/src/yuzu/multiplayer/lobby_p.h
+++ b/src/yuzu/multiplayer/lobby_p.h
@@ -90,6 +90,8 @@ public:
setData(game_name, GameNameRole);
if (!smdh_icon.isNull()) {
setData(smdh_icon, GameIconRole);
+ } else {
+ setData(QIcon::fromTheme(QStringLiteral("chip")).pixmap(32), GameIconRole);
}
}